home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Premium Version 9 / PI_CD1.ISO / pip / pi9 / 1033 / tour.swf / scripts / DefineButton2_722 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-22  |  162 b   |  12 lines

  1. on(release){
  2.    tellTarget("_level0")
  3.    {
  4.       gotoAndStop("2Plugins");
  5.       play();
  6.    }
  7.    tellTarget("_level0.trans1")
  8.    {
  9.       play();
  10.    }
  11. }
  12.